Auto merge of #2315 - alexcrichton:decode-some-signals, r=brson
authorbors <bors@rust-lang.org>
Fri, 5 Feb 2016 21:29:28 +0000 (21:29 +0000)
committerbors <bors@rust-lang.org>
Fri, 5 Feb 2016 21:29:28 +0000 (21:29 +0000)
commit3e285ce32317f79439b939df1d7b7b3e4268cbd8
treee9af8ec9f5219d7fd98b03b9634148d43525ca88
parentb5e0a45509e1a8ecee579f7c64fba360e355ab82
parentb3a8bac1afb97d988ff92b9b80ae4fed8fd8bc58
Auto merge of #2315 - alexcrichton:decode-some-signals, r=brson

Instead of text that looks like

    Process failed (signal: 11)

the text now looks like:

    Process failed (signal: 11, SIGSEGV: invalid memory reference)

Closes #2315
src/cargo/util/errors.rs